@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n)

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*反白顏色*/
::-moz-selection{
  background-color: #444;
  color: #fff;
}
::selection{
  background-color: #444;
  color: #fff;
}

.swiper-wrapper .swiper-slide:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/sunenergytw/bg-15.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}
.swiper-wrapper .swiper-slide:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://pic03.eapple.com.tw/sunenergytw/bg-15.png);
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path { display:none;}

/*首頁+聯絡按鈕*/
.animated-arrow { background:#00B678 ;}
.swiper-pagination {    left: 50%;    margin-left: 0;    transform: translate(-50% , 0);}


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


#content{
    background-image: url(https://pic03.eapple.com.tw/sunenergytw/bg-06.jpg);
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.header_area {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0px;
    left: 0;
    transition: all 0.3s;
}
.header_area.sticky {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0px;
    left: 0;
    transition: all 0.3s;
}



.header_area .main_header_area {
    background: #fff;
    padding: 0;
    transition: all 0.3s;
}

.stellarnav ul {
    text-align: center;
}



@keyframes header{
    0%{
        left: -100%;
    }
    100%{
        left: 100%;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*LOGO設定*/
.nav-brand img {    margin-top:;    max-width: 100%;}
.footer_logo {
    display: block;
    vertical-align: top;
    width: 350px;
    flex: 2;
}
.footer_logo img {
    width: 100%;
    filter: contrast(0) brightness(100);
}

.header_area .nav-header {
    position: absolute;
    z-index: 10000;
    top: -3px;
    left: 0;
}




/* LOGO變化 */
.header_area .nav-brand {
    display: inline-block;
    width: 240px;
    transition: all 0.3s;
}




@media screen and (max-width: 1440px) {
    
}


@media screen and (max-width: 768px) {
.nav-brand-m {    display: block;    text-align: left;    padding: 15px 10px;}
.nav-brand-m img {    max-width: 200px;    width: 100%;}
}



/*選單設定*/



.nav-menu {    margin: 0;}
.main_header_area .container {max-width: 90%;}
.nav-menu>li:not(.tp_links) {    padding-right: 15px;}
.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a {    color: #82633F;}
.nav-dropdown>li:hover>a, .nav-dropdown>li.focus>a {    color: #82633F;}
.nav-dropdown>li {    text-align: center;}
.me_tp_features {
    width: auto;
    text-align: right;
    margin-bottom: 0px;
    position: absolute;
    right: 0;
    top: 8px;
}
.me_tp_features a {
    color: #000;
    margin-left: 0px;
}
.me_tp_features a.me_tp_fb {
    display: none;
}
.me_tp_features a.me_tp_mail{
    display: none;
}

.me_tp_features a.me_tp_call {
    padding: 0;
    border-radius: 0px;
    background-color: transparent;
    color: #fff;
    transition: all 0.5s;
    background-image: url(https://pic03.eapple.com.tw/sunenergytw/icon-14.png);
    background-size: contain;
    width: 240px;
    height: 48px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 999999;
}
.me_tp_features a:hover.me_tp_call{
    transform: scale(1.1);
    transition: all 0.5s;
}

.fa-whatsapp:before {
    display: none;
}






.navigation {
    width: 100%;
    position: relative;
    padding: 10px 0;
    transition: all 0.3s;
}
/* .stellarnav > ul > li:nth-child(2) {
    display: none;
} */

.stellarnav > ul > li > a {
    padding: 0;
    margin: 0 16px;
    color: #fff;
    transition: all 0.3s;
    font-size: 18px;
}

.stellarnav > ul > li > a:hover {
    transform: translate(0, -5px);
    transition: all 0.3s;
}
.header_area .stellarnav > ul > li > a b {
    letter-spacing: 0.1em;
    color: #3A3A3A;
    font-weight: bold;
    transition: all 0.3s;
}
.header_area.sticky .stellarnav > ul > li > a b {
    letter-spacing: 0.1em;
    color: #3A3A3A;
    font-weight: bold;
    transition: all 0.3s;
}
.header_area .stellarnav > ul > li > a:hover b {
    color: #00E1E1;
    transition: all 0.3s;
} 

.stellarnav li.has-sub > a:after {
    display: none;
}





@media screen and (max-width: 1440px) {
    .main_header_area .container {
        max-width: 90%;
    }
    .me_tp_features a.me_tp_call {
        width: 160px;
    }
    .stellarnav > ul > li > a {
        margin: 0 7px;
    }
    .header_area .nav-brand {
        display: inline-block;
        width: 160px;
        transition: all 0.3s;
    }
    .header_area .nav-header {
        position: absolute;
        z-index: 10000;
        top: 9px;
        left: 0;
    }
}

@media screen and (max-width: 1024px) {
    .header_area {
        position: relative;
    }
    .header_area .main_header_area {
        transition: none;
        transition-timing-function: none;
        position: relative;
        background: #fff;
    }
    .header_area .nav-brand {
        display: inline-block;
        width: 240px;
        transition: all 0.3s;
    }
    .header_area .nav-header {
        position: relative;
        z-index: 0;
        top: 0;
        left: 0;
    }
    .header_area.sticky .nav-header {
        top: 0;
        position: relative;
    }
    .navigation {
        width: 100%;
        position: relative;
        padding: 0;
    }
    .stellarnav ul {
        text-align: center;
    }
    
}


@media screen and (max-width: 500px) {
    .header_area.sticky .nav-header {
        top: 0px;
    }
    .header_area .nav-brand {
        width: 180px;
    }
    
}







/*下拉*/

/*  */
.stellarnav ul ul {
    background: transparent;
    border: 0;
}
.stellarnav > ul > li > ul > li {
    border: 1px #56565629 solid;
}
.stellarnav > ul > li > ul > li > a {
    background-color: #fff;
    border: none;
    padding: 15px 10px;
    color: #474747;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s;
}
.stellarnav > ul > li > ul > li > a:hover {
    background-color: #e6e6e6;
    padding-left: 16px;
    transition: all 0.3s;
}



@keyframes show{
    0%{
        left: -200px;
    }
    100%{
        left: 200px;
    }
}


.stellarnav li li.has-sub > a {
    padding: 15px 10px;
    overflow: hidden;
}


/*        */
.stellarnav > ul > li > ul > li > ul{
    border: 0;
}
.stellarnav > ul > li > ul > li > ul > li{
    border: 0;
}
.stellarnav > ul > li > ul > li > ul > li > a {
    background-color: #54545496;
    padding: 15px 10px;
    color: #fff;
    text-align: left;
    font-size: 14px;
    transition: all 0.3s;
}
.stellarnav > ul > li > ul > li > ul > li > a:hover {
    padding-left: 16px;
    color: #fff;
    transition: all 0.3s;
}



@media screen and (max-width: 768px) {
    .stellarnav .menu-toggle span.bars span {
    }
    .stellarnav .menu-toggle:after {
    }
    .me_tp_features{
        display: none;
    }
    
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
        background: #00B678;
        color: #fff;
    }
    .stellarnav .icon-close:before {
    border-bottom: solid 3px #fff;
    }
    .stellarnav .icon-close:after {
    border-bottom: solid 3px #fff;
    }
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
        border-right: 0px #eee solid;
        background-color: #fff;
        border-top: 0;
    }

    .stellarnav.mobile > ul > li > a {
        padding: 25px 10px;
        border: 0;
    }
    .stellarnav > ul > li:nth-last-child(1) > a {
        margin: 0 7px;
    }
    .stellarnav.mobile > ul > li > a b:nth-child(2) {
        font-size: 12px;
        vertical-align: bottom;
        letter-spacing: 2px;
    }
    .stellarnav.mobile li.open {
        background: transparent;
    }
    .stellarnav.mobile ul ul {
        background-color: transparent;
    }
    .stellarnav.mobile > ul > li {
        border-bottom: 1px #82633f solid;
    }
    .stellarnav.mobile li a {
        border-bottom: 0;
        padding-left: 30px;
        background-color: transparent;
    }
    .stellarnav > ul > li > ul > li > a {
        background-color: #00000033;
        border: 0;
    }
    .stellarnav > ul > li > ul > li {
        border: 0;
        background-color: #00000033;
    }
    .stellarnav.mobile ul ul li{
        background-color: transparent;
    }
    .stellarnav.mobile li.open li.open {
        background: #171717e0;
        padding: 3px;
    }
    .stellarnav.mobile li li.has-sub a {
        padding: 10px 43px 10px 10px;
        border: 0;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle {
        top: 18px;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*LOGO設定*/
.nav-brand img {   
    width: 100%;
}
.footer_logo img {
    display: none;
}
.footer_logo a {
    display: block;
    width: 350px;
    height: 0;
    padding-bottom: 30%;
    background-image: url(https://pic03.eapple.com.tw/sunenergytw/logo-26.png);
    background-size: contain;
    background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
.nav-brand-m {    display: block;    text-align: left;    padding: 15px 10px;}
.nav-brand-m img {    max-width: 200px;    width: 100%;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*Footer*/
.footer {
    border-top: none !important;
    padding: 80px 0;
    background: transparent;
    background-image: url(https://pic03.eapple.com.tw/sunenergytw/footer-25.png );
    height: 480px;
    margin-top: -80px;
    background-size: cover;
}
.footer_menu { border-bottom: none !important;}
.copy {
    background: transparent;
    color: #fff;
    border: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.copy a{    color: #fff;}
.footer_menu a {    transition: all 0.3s;}

.box_link{
    display: none;
}
.footer_info li p {
    color: #fff;
}
.footer_info li p a{
    color: #fff;
}
.center {
    max-width: 55%;
}
.footer_info {
    padding: 0;
}
.footer_info ul {
    display: block;
    vertical-align: top;
    width: 100%;
    text-align: left;
}
.footer_info li {
    display: inline-block;
    padding: 10px;
}
.footer_info li:nth-child(2) {
    vertical-align: top;
    position: absolute;
    top: -10px;
    right: 0px;
}
.footer_menu a {
    width: 400%;
    display: block;
    padding: 10px 0;
    border: none;
    margin: 0;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    background: none;
}
.footer_menu a:hover{
    background: none;
}
.footer_menu a:nth-child(1){
    display: none;
}

.footer_menu a::after {
    content: "";
    margin-top: 10px;
    width: 100%;
    height: 1px;
    display: block;
    background-color: #fff;
    transition: all 0.3s;
}
.footer_menu a:hover:after {
    width: 70%;
    transition: all 0.3s;
}
.total_view {
    display: none;
}
#to_top {
    left: auto;
    right: 20px;
}




/* 浮動 */
.info_fix_links{
    display: flex !important;
}
.info_fix>span {
    display: none;
}
.info_fix_links a.info_fix_default {
    margin-bottom: 20px;
}
.info_fix_links a.info_fix_default:nth-last-child(1) {
    margin-bottom: 0px;
}
.info_fix_links a {
    background: #E81922;
}
.info_fix_links a:hover {
    background: #C41623;
}

.info_fix_fb span::before {
    background-image: url(https://pic03.eapple.com.tw/sunenergytw/footer-text-04.png);
    
}

@media screen and (max-width: 1440px) {
    .footer_info li:nth-child(2) {
    }
}

@media screen and (max-width: 1024px) {
    .footer_info ul {
        display: flex;
        vertical-align: top;
        width: 100%;
        text-align: left;
        flex-direction: column;
    }
    .footer_info li:nth-child(2) {
        position: relative;
        top: 0;
        right: 0;
    }
    .footer {
        height: auto;
        background-position: -860px;
    }
    .footer_menu a {
        width: 100%;
    }
    .footer_logo a {
        width: 100%;
    }
    .footer_logo {
        width: 260px;
    }
    
}

@media screen and (max-width: 500px) {
    .footer .center {
        position: relative;
        max-width: 70%;
    }
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    background-image: url(https://pic03.eapple.com.tw/sunenergytw/banner-05.jpg);
    padding: 0;
    height: 760px;
    width: 100%;
    display: none;
    justify-content: flex-start;
    align-items: center;
    padding-left: 54%;
}
.banner h5 {
    text-align: left;
    color: #474747;
    font-size: 30px;
    letter-spacing: 20px;
}
.banner h5::before {
    content: "";
    display: block;
    font-size: 70px;
    color: #474747;
    letter-spacing: 20px;
    margin-bottom: 40px;
    font-weight: 500;
}


.banner.banA {}
.banner.banB {
    display: none;
}
.banner.banC h5::before{
    content: "CONTACT";
}
.banner.banD {}
.banner.banE h5::before{
    content: "CASE";

}
.banner.banblog h5::before{
    content: "NEWS";

}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車設定*/
/* 產品的看更多按鈕設定 */
.products-list .more {    border: 1px solid #00B678 !important;    color: #00B678;}
.products-list a:hover .more {    background: #00B678;    border-color: #00B678;	color: #ffffff;}


/*外層*/
.product-layer-two li a {    color: #00B678;    border: 1px solid #00B678;    transition: all 0.3s;}
.product-layer-two li:hover > a { background: #00B678;    color: #fff;}
.product-layer-two li.active > a {background: #00B678;    color: #fff;	font-weight: normal;}

/*內層*/
.lastPage {    background: #00B678;}
.nextaction {    background-color: #00B678;}
.lastaction {    color: #fff;    background-color: #00B678;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


.blog_page .main_part {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 110px 20px;
}

.blog_back a.article_btn_back {    background: #00B678;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #00B678 !important;}
.share_page .edit {    text-align: justify;    line-height: 180%;}
.subbox_item a:before , .subbox_item a:after {    transition: 0.3s;}
.blog_le .accordion > li {    transition: all 0.3s;}
.blog_box_edit {    line-height: 180%;    text-align: justify;}
h4.blog_category_title {
    text-align: justify;
    color: #00B678;
    font-weight: bold;
}
.link a {    width: 100%;    display: block;    padding: 15px 10px;}
.accordion li .link {    padding: 0;}
.subbox_item a:after {
    background: transparent;
    border: 0;
}
.blog_list_ri h5 {
    color: #00B678;
    font-weight: bold;
}
.blog_list_ri {
    margin-top: 10px;
}

/*文章分享變1排3個*/
.blog_page .main_part {    max-width: 1400px;}
.blog_list_le , .blog_list_ri {    width: 100%;}
.blog_subbox {    display: flex;    flex-wrap: wrap;    justify-content: flex-start;}
.subbox_item {    width: calc(100% / 3);    padding: 5px;}
@media screen and (max-width: 1024px) {.subbox_item {    width: 50%;}}
@media screen and (max-width: 600px) {.subbox_item {    width: 100%;}}
/**/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*主分類頁面*/
.album_page .main_part , .album_class_page .main_part , .album_info_page .main_part {    max-width: 1400px;}
.show-list .item:hover .show_name {    color: #00B678;}
.show-list .show_pic {    height: 30vh;    max-height: 290px;    padding-bottom: 0;}
.show-list .show_pic img {
    display: inline-block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 30vh;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}

/*次分類頁面*/
.other_album_choice li {    background: #00B678;}
.other_subalbum li p {    line-height: 220%;}
.other_subalbum li a div {
    height: 30vh;
    max-height: 250px;
    overflow: hidden;
    position: relative;
}
.other_subalbum li a img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}
.other_subalbum li a div:after {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    transform: translate(-50% , -50%) scale(0);
    top: 50%;
    left: 50%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.other_subalbum li a:hover div:after {    transform: translate(-50% , -50%) scale(1);    opacity: 1;}


/*照片頁*/
.pic-list .show_pic {    height: 40vh;    max-height: 240px;    padding-bottom: 0;}
.pic-list .show_pic img{
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}
.other_album{
    display: none;
}

@media screen and (max-width: 600px) {
/*照片頁*/
.pic-list .item {    width: 96%;    margin: 10px 2%;}
}

/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*其他分頁*/
.promotion_title h2 {    border-bottom: 2px solid #00B678;}
.promotion_title {    
    display: none;
    border-bottom: 1px solid #00B678;}
.other_promotion {
    display: none;
}
.other_select_page .page {
    display: none;
}

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:20px;}
.nav-menu {    margin: 0;}
.nav-menu>li:not(.tp_links) {    padding-right: 0;}
.nav-dropdown>li {    text-align: left;}
.nav-dropdown>li>a {    width: calc(100% - 45px);}

/*手機版LOGO設定*/
.footer_logo {
    position: relative;
    display: block;
    margin-left: unset;
    margin: auto;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 0px);
}

}

@media screen and (max-width: 600px) {

/*手機板大圖*/
/*
.swiper-slide img { display:none; }
.swiper-slide {    width: 100%;    height: 0;    padding-bottom: calc(100% / 3 * 4);}
.swiper-slide:nth-child(1) { background-image:url(https://pic03.eapple.com.tw/.../Banner-03.png) ; background-size:cover;   background-position: center;}
.swiper-slide:nth-child(2) { background-image:url(https://pic03.eapple.com.tw/.../Banner-04.png) ; background-size:cover;   background-position: center;}
*/

}


/*聯絡我們MAP區改滿版編輯區*/
.contact_content {
    width: 100%;
    padding: 0;
    background: transparent;
}
.contact_page .main_part {    max-width: 100%;    padding: 0;}
.contact_page .path {    display: none;}
.contact_content .information_left {    width: 100%;    padding: 0;}
.contact_content .information_right {
    width: 55%;
    margin: 0px auto;
    padding: 0;
    display: block;
}
.contact_content .information_left > h4.blank_letter {    display: none;}
.contact_content .list_before {    width: 100%;  max-width: 100%;    padding: 0;    margin: 0 auto;}
.contact_content .list_before > li:not(li:last-of-type) {    display: none;}
.contact_content .list_before.info > li:last-of-type {    padding: 0;    margin: 0;}


.blank_letter.f{
    display: none;
}

.contact_form {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: #444;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 150px;
}
.contact_form li {
    display: flex;
    padding: 20px;
    margin: 10px 0;
    width: 47%;
    background: #fff;
    flex-direction: row;
    flex-wrap: nowrap;
    border-radius: 50px;
    align-items: center;
    box-shadow: 1px 1px 3px #00000047;
}

.contact_form li .form__label {
    display: inline-block;
    width: 160px;
    text-align: left;
    margin-left: 30px;
    padding-right: 10px;
    vertical-align: top;
    text-wrap: nowrap;
}
.contact_form li .form__insert {
    display: flex;
    width: 100%;
    vertical-align: middle;
    align-items: center;
}
 input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    margin-left: 20px;
    margin-right: 5px;
}
.contact_form li input.noborder {
    border: 0;
}

.contact_form li:nth-last-child(2) input.noborder {
    border: 1px #ddd solid;
}
.contact_form li:nth-last-child(2) {
    background: transparent;
}


.form select {
    border: 0;
    color: #666;
    overflow: hidden;
    margin-right: 0;
    margin-bottom: 0;
    padding: 3px 26px 3px 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.form__insert img{
    margin-left: 10px;
}
.contact_form li.last {
    display: flex;
    background: transparent;
    border: none;
    text-align: right;
    margin-top: 20px;
    padding-left: 0;
    justify-content: space-around;
    box-shadow: none;
}


@media screen and (max-width: 768px) {
    .contact_content .information_right {
        width: 85%;
        margin: 50px auto;
        padding: 80px 10px;
        display: block;
    }
}
/**/
/*電腦版表單最大寬度設定*/
.contact_content .information_right {max-width: 1200px;}



.ADD{
    display: none;
}
.contact_form li.last cite {
    background: #00B678;
    color: #fff;
}

@media screen and (max-width: 1440px) {
    .contact_content .information_right {
        max-width: 80%;
        width: 100%;
    }
    
}

@media screen and (max-width: 768px) {
    .contact_form li {
        width: 100%;
    }
    
}

@media screen and (max-width: 500px) {
    .contact_form li .form__label {
        margin-left: 0px;
    }
    .contact_content .information_right {
        max-width: 90%;
        width: 100%;
    }
}